[INFO] cloning repository https://github.com/FoxieFlakey/Game
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/FoxieFlakey/Game" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFoxieFlakey%2FGame", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFoxieFlakey%2FGame'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a13f76d778b053e74a7da04c389d2b32dac56279
[INFO] checking FoxieFlakey/Game against master#f28ac764c36004fa6a6e098d15b4016a838c13c6 for pr-158320
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFoxieFlakey%2FGame" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/FoxieFlakey/Game
[INFO] finished tweaking git repo https://github.com/FoxieFlakey/Game
[INFO] tweaked toml for git repo https://github.com/FoxieFlakey/Game written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/FoxieFlakey/Game on toolchain f28ac764c36004fa6a6e098d15b4016a838c13c6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f28ac764c36004fa6a6e098d15b4016a838c13c6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/FoxieFlakey/Game already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f28ac764c36004fa6a6e098d15b4016a838c13c6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wgpu-types v29.0.3
[INFO] [stderr]   Downloaded wgpu-naga-bridge v29.0.3
[INFO] [stderr]   Downloaded wgpu-core-deps-windows-linux-android v29.0.3
[INFO] [stderr]   Downloaded tokio-scoped v0.2.0
[INFO] [stderr]   Downloaded zerocopy-derive v0.8.50
[INFO] [stderr]   Downloaded wgpu v29.0.3
[INFO] [stderr]   Downloaded libfuzzer-sys v0.4.13
[INFO] [stderr]   Downloaded imgref v1.12.2
[INFO] [stderr]   Downloaded closure v0.3.0
[INFO] [stderr]   Downloaded zerocopy v0.8.50
[INFO] [stderr]   Downloaded wgpu-hal v29.0.3
[INFO] [stderr]   Downloaded wgpu-core v29.0.3
[INFO] [stderr]   Downloaded sdl3-sys v0.6.5+SDL-3.4.8
[INFO] [stderr]   Downloaded naga v29.0.3
[INFO] [stderr]   Downloaded glam v0.33.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 68b01a1a6f06fb3346e2d476769627f4ac958a8b3efc74ebf4bd0a671ee67eb8
[INFO] running `Command { std: "docker" "start" "68b01a1a6f06fb3346e2d476769627f4ac958a8b3efc74ebf4bd0a671ee67eb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "68b01a1a6f06fb3346e2d476769627f4ac958a8b3efc74ebf4bd0a671ee67eb8" "/opt/rustwide/cargo-home/bin/cargo" "+f28ac764c36004fa6a6e098d15b4016a838c13c6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "68b01a1a6f06fb3346e2d476769627f4ac958a8b3efc74ebf4bd0a671ee67eb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "68b01a1a6f06fb3346e2d476769627f4ac958a8b3efc74ebf4bd0a671ee67eb8" "/opt/rustwide/cargo-home/bin/cargo" "+f28ac764c36004fa6a6e098d15b4016a838c13c6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]    Compiling zerocopy v0.8.50
[INFO] [stderr]     Checking log v0.4.30
[INFO] [stderr]    Compiling naga v29.0.3
[INFO] [stderr]     Checking bit-vec v0.9.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking codespan-reporting v0.13.1
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling wgpu-hal v29.0.3
[INFO] [stderr]    Compiling sdl3-sys v0.6.5+SDL-3.4.8
[INFO] [stderr]     Checking presser v0.3.1
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling wgpu-core v29.0.3
[INFO] [stderr]     Checking memchr v2.8.1
[INFO] [stderr]     Checking spirv v0.4.0+sdk-1.4.341.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking bit-set v0.9.1
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking gpu-descriptor v0.3.2
[INFO] [stderr]    Compiling wgpu v29.0.3
[INFO] [stderr]    Compiling signal-hook v0.4.4
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking pxfm v0.1.29
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking iana-time-zone v0.1.65
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking grid v1.0.1
[INFO] [stderr]     Checking closure v0.3.0
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]     Checking taffy v0.10.1
[INFO] [stderr]    Compiling sdl3 v0.17.3
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zerocopy-derive v0.8.50
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking gpu-allocator v0.28.0
[INFO] [stderr]     Checking wgpu-types v29.0.3
[INFO] [stderr]     Checking glam v0.33.1
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking tokio-scoped v0.2.0
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking wgpu-naga-bridge v29.0.3
[INFO] [stderr]     Checking wgpu-core-deps-windows-linux-android v29.0.3
[INFO] [stderr]     Checking foxie_fox_game v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `delta_time`
[INFO] [stdout]   --> src/ui/mod.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |         delta_time: Duration,
[INFO] [stdout]    |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_delta_time`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]   --> src/ui/mod.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         event: &sdl3::event::Event,
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `delta_time`
[INFO] [stdout]   --> src/ui/mod.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |         delta_time: Duration,
[INFO] [stdout]    |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_delta_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `output_view`
[INFO] [stdout]   --> src/ui/mod.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |         output_view: &wgpu::TextureView,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_output_view`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cmd_encoder_creator`
[INFO] [stdout]   --> src/ui/mod.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 37 |         cmd_encoder_creator: &dyn Fn(&wgpu::CommandEncoderDescriptor) -> wgpu::CommandEncoder,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cmd_encoder_creator`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `delta_time`
[INFO] [stdout]   --> src/ui/mod.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |         delta_time: Duration,
[INFO] [stdout]    |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_delta_time`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]   --> src/ui/mod.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 |         event: &sdl3::event::Event,
[INFO] [stdout]    |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `delta_time`
[INFO] [stdout]   --> src/ui/mod.rs:35:9
[INFO] [stdout]    |
[INFO] [stdout] 35 |         delta_time: Duration,
[INFO] [stdout]    |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_delta_time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `output_view`
[INFO] [stdout]   --> src/ui/mod.rs:36:9
[INFO] [stdout]    |
[INFO] [stdout] 36 |         output_view: &wgpu::TextureView,
[INFO] [stdout]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_output_view`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cmd_encoder_creator`
[INFO] [stdout]   --> src/ui/mod.rs:37:9
[INFO] [stdout]    |
[INFO] [stdout] 37 |         cmd_encoder_creator: &dyn Fn(&wgpu::CommandEncoderDescriptor) -> wgpu::CommandEncoder,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_cmd_encoder_creator`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `sdl`, `audio`, and `event` are never read
[INFO] [stdout]   --> src/main.rs:76:5
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub struct SdlState {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 76 |     sdl: sdl3::Sdl,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 77 |     audio: sdl3::AudioSubsystem,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 78 |     video: sdl3::VideoSubsystem,
[INFO] [stdout] 79 |     event: sdl3::EventSubsystem,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `info` is never read
[INFO] [stdout]   --> src/local_resource/mod.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | struct Shared<T> {
[INFO] [stdout]    |        ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 39 |     info: ResourceInfo,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `shared` and `request_sender` are never read
[INFO] [stdout]   --> src/local_resource/mod.rs:68:5
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub struct Accessor<T> {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 68 |     shared: Arc<Shared<T>>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 69 |     request_sender: mpsc::Sender<Box<dyn FnOnce(&RefCell<T>) + Send>>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Accessor` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `with`, `with_mut`, and `with_impl` are never used
[INFO] [stdout]    --> src/local_resource/mod.rs:74:12
[INFO] [stdout]     |
[INFO] [stdout]  72 | impl<T> Accessor<T> {
[INFO] [stdout]     | ------------------- methods in this implementation
[INFO] [stdout]  73 |     #[track_caller]
[INFO] [stdout]  74 |     pub fn with<R, F>(&self, closure: F) -> impl Future<Output = R>
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout]  88 |     pub fn with_mut<R, F>(&self, closure: F) -> impl Future<Output = R>
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |     fn with_impl<R, F>(
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `textures` is never read
[INFO] [stdout]   --> src/registries/mod.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Registries {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 10 |     pub textures: Registry<wgpu::Texture>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `LoadError` is never used
[INFO] [stdout]   --> src/registries/mod.rs:14:10
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub enum LoadError {
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `RendererCreateFailed` is never used
[INFO] [stdout]   --> src/rendering/mod.rs:72:10
[INFO] [stdout]    |
[INFO] [stdout] 72 | pub enum RendererCreateFailed {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `STACK_ALLOCATED_COUNT_OF_BUFS` is never used
[INFO] [stdout]    --> src/rendering/mod.rs:241:11
[INFO] [stdout]     |
[INFO] [stdout] 241 | pub const STACK_ALLOCATED_COUNT_OF_BUFS: usize = 8;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DEFAULT_INITIAL_CAPACITY` is never used
[INFO] [stdout]   --> src/rendering/buffer.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub const DEFAULT_INITIAL_CAPACITY: usize = 64;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Storage` and `Indirect` are never constructed
[INFO] [stdout]   --> src/rendering/buffer.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub enum BufferKind {
[INFO] [stdout]    |          ---------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 28 |     Storage,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 29 |     Indirect,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `copy_from_slice`, and `compact` are never used
[INFO] [stdout]    --> src/rendering/buffer.rs:33:12
[INFO] [stdout]     |
[INFO] [stdout]  32 | impl<T: Copy + bytemuck::Pod> VecBuf<T> {
[INFO] [stdout]     | --------------------------------------- associated items in this implementation
[INFO] [stdout]  33 |     pub fn new(device: wgpu::Device, kind: BufferKind) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  79 |     pub fn copy_from_slice(&mut self, data_loader: &DataLoader, data: &[T]) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 122 |     pub fn compact(&mut self, data_loader: &DataLoader) {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `WriteBufferView` is never constructed
[INFO] [stdout]   --> src/rendering/data_loader.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct WriteBufferView<'a> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `len`, `is_empty`, `slice`, and `copy_from_slice` are never used
[INFO] [stdout]   --> src/rendering/data_loader.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl WriteBufferView<'_> {
[INFO] [stdout]    | ------------------------ methods in this implementation
[INFO] [stdout] 22 |     pub fn len(&self) -> usize {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub fn is_empty(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     pub fn slice<'a, R: RangeBounds<usize>>(&'a mut self, bounds: R) -> wgpu::WriteOnly<'a, [u8]> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pub fn copy_from_slice(&mut self, data: &[u8]) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `write_buffer_with` and `device` are never used
[INFO] [stdout]   --> src/rendering/data_loader.rs:62:12
[INFO] [stdout]    |
[INFO] [stdout] 50 | impl DataLoader {
[INFO] [stdout]    | --------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 62 |     pub fn write_buffer_with<F, R>(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 84 |     pub fn device(&self) -> &wgpu::Device {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UI` is never constructed
[INFO] [stdout]   --> src/ui/mod.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct UI {}
[INFO] [stdout]    |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/ui/mod.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl UI {
[INFO] [stdout]    | ------- associated function in this implementation
[INFO] [stdout] 13 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Component` is never constructed
[INFO] [stdout]  --> src/ui/component.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct Component<T> {
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `UIPrimitive` is never used
[INFO] [stdout]  --> src/ui/primitives.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub enum UIPrimitive {
[INFO] [stdout]   |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AsyncQueue` is never constructed
[INFO] [stdout]  --> src/wgpu_async.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct AsyncQueue {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `get_device`, and `submit` are never used
[INFO] [stdout]   --> src/wgpu_async.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl AsyncQueue {
[INFO] [stdout]    | --------------- associated items in this implementation
[INFO] [stdout] 20 |     pub fn new(device: Device, queue: Queue) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub fn get_device(&self) -> &Device {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub async fn submit<I: IntoIterator<Item = CommandBuffer>>(&self, command_buffers: I) {
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_visibility` is never used
[INFO] [stdout]   --> src/window.rs:95:12
[INFO] [stdout]    |
[INFO] [stdout] 36 | impl Window {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 95 |     pub fn set_visibility(&mut self, is_visible: bool) -> anyhow::Result<()> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `sdl`, `audio`, and `event` are never read
[INFO] [stdout]   --> src/main.rs:76:5
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub struct SdlState {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 76 |     sdl: sdl3::Sdl,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 77 |     audio: sdl3::AudioSubsystem,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 78 |     video: sdl3::VideoSubsystem,
[INFO] [stdout] 79 |     event: sdl3::EventSubsystem,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `info` is never read
[INFO] [stdout]   --> src/local_resource/mod.rs:39:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | struct Shared<T> {
[INFO] [stdout]    |        ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 39 |     info: ResourceInfo,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `shared` and `request_sender` are never read
[INFO] [stdout]   --> src/local_resource/mod.rs:68:5
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub struct Accessor<T> {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 68 |     shared: Arc<Shared<T>>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 69 |     request_sender: mpsc::Sender<Box<dyn FnOnce(&RefCell<T>) + Send>>,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Accessor` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `with`, `with_mut`, and `with_impl` are never used
[INFO] [stdout]    --> src/local_resource/mod.rs:74:12
[INFO] [stdout]     |
[INFO] [stdout]  72 | impl<T> Accessor<T> {
[INFO] [stdout]     | ------------------- methods in this implementation
[INFO] [stdout]  73 |     #[track_caller]
[INFO] [stdout]  74 |     pub fn with<R, F>(&self, closure: F) -> impl Future<Output = R>
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout]  88 |     pub fn with_mut<R, F>(&self, closure: F) -> impl Future<Output = R>
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |     fn with_impl<R, F>(
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `textures` is never read
[INFO] [stdout]   --> src/registries/mod.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Registries {
[INFO] [stdout]    |            ---------- field in this struct
[INFO] [stdout] 10 |     pub textures: Registry<wgpu::Texture>,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `LoadError` is never used
[INFO] [stdout]   --> src/registries/mod.rs:14:10
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub enum LoadError {
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `RendererCreateFailed` is never used
[INFO] [stdout]   --> src/rendering/mod.rs:72:10
[INFO] [stdout]    |
[INFO] [stdout] 72 | pub enum RendererCreateFailed {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `STACK_ALLOCATED_COUNT_OF_BUFS` is never used
[INFO] [stdout]    --> src/rendering/mod.rs:241:11
[INFO] [stdout]     |
[INFO] [stdout] 241 | pub const STACK_ALLOCATED_COUNT_OF_BUFS: usize = 8;
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `DEFAULT_INITIAL_CAPACITY` is never used
[INFO] [stdout]   --> src/rendering/buffer.rs:22:11
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub const DEFAULT_INITIAL_CAPACITY: usize = 64;
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Storage` and `Indirect` are never constructed
[INFO] [stdout]   --> src/rendering/buffer.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub enum BufferKind {
[INFO] [stdout]    |          ---------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 28 |     Storage,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 29 |     Indirect,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `copy_from_slice`, and `compact` are never used
[INFO] [stdout]    --> src/rendering/buffer.rs:33:12
[INFO] [stdout]     |
[INFO] [stdout]  32 | impl<T: Copy + bytemuck::Pod> VecBuf<T> {
[INFO] [stdout]     | --------------------------------------- associated items in this implementation
[INFO] [stdout]  33 |     pub fn new(device: wgpu::Device, kind: BufferKind) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout]  79 |     pub fn copy_from_slice(&mut self, data_loader: &DataLoader, data: &[T]) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 122 |     pub fn compact(&mut self, data_loader: &DataLoader) {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `WriteBufferView` is never constructed
[INFO] [stdout]   --> src/rendering/data_loader.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct WriteBufferView<'a> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `len`, `is_empty`, `slice`, and `copy_from_slice` are never used
[INFO] [stdout]   --> src/rendering/data_loader.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl WriteBufferView<'_> {
[INFO] [stdout]    | ------------------------ methods in this implementation
[INFO] [stdout] 22 |     pub fn len(&self) -> usize {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub fn is_empty(&self) -> bool {
[INFO] [stdout]    |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 |     pub fn slice<'a, R: RangeBounds<usize>>(&'a mut self, bounds: R) -> wgpu::WriteOnly<'a, [u8]> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pub fn copy_from_slice(&mut self, data: &[u8]) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `write_buffer_with` and `device` are never used
[INFO] [stdout]   --> src/rendering/data_loader.rs:62:12
[INFO] [stdout]    |
[INFO] [stdout] 50 | impl DataLoader {
[INFO] [stdout]    | --------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 62 |     pub fn write_buffer_with<F, R>(
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 84 |     pub fn device(&self) -> &wgpu::Device {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `UI` is never constructed
[INFO] [stdout]   --> src/ui/mod.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct UI {}
[INFO] [stdout]    |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/ui/mod.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl UI {
[INFO] [stdout]    | ------- associated function in this implementation
[INFO] [stdout] 13 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Component` is never constructed
[INFO] [stdout]  --> src/ui/component.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct Component<T> {
[INFO] [stdout]   |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `UIPrimitive` is never used
[INFO] [stdout]  --> src/ui/primitives.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub enum UIPrimitive {
[INFO] [stdout]   |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AsyncQueue` is never constructed
[INFO] [stdout]  --> src/wgpu_async.rs:6:12
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct AsyncQueue {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `get_device`, and `submit` are never used
[INFO] [stdout]   --> src/wgpu_async.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | impl AsyncQueue {
[INFO] [stdout]    | --------------- associated items in this implementation
[INFO] [stdout] 20 |     pub fn new(device: Device, queue: Queue) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 24 |     pub fn get_device(&self) -> &Device {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 |     pub async fn submit<I: IntoIterator<Item = CommandBuffer>>(&self, command_buffers: I) {
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_visibility` is never used
[INFO] [stdout]   --> src/window.rs:95:12
[INFO] [stdout]    |
[INFO] [stdout] 36 | impl Window {
[INFO] [stdout]    | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 95 |     pub fn set_visibility(&mut self, is_visible: bool) -> anyhow::Result<()> {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.85s
[INFO] running `Command { std: "docker" "inspect" "68b01a1a6f06fb3346e2d476769627f4ac958a8b3efc74ebf4bd0a671ee67eb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "68b01a1a6f06fb3346e2d476769627f4ac958a8b3efc74ebf4bd0a671ee67eb8", kill_on_drop: false }`
[INFO] [stdout] 68b01a1a6f06fb3346e2d476769627f4ac958a8b3efc74ebf4bd0a671ee67eb8
